Script: --on windowEvent wdID,wdName,objNo,objName,objValue¬¬global gWindowPositions¬¬---------------------¬-- This is window #16¬---------------------¬¬if objValue="Open" then ¬ ¬ -- Restore old window position¬ put OldWindowPosition(16) into windowRect¬ if windowRect = empty then centerWindow wdName¬ else wsSet wdID,"0","Rect",windowRect¬ ¬else if objValue="Close" then ¬ ¬ -- save the window position¬ put "16" & tab & wdName & tab & wsGet(wdID,"0","Rect") into line 16 of gWindowPositions¬ ¬end if¬¬--end windowEvent
Balloon: Click here to save your changes and exit.
Script: --on mouseUp wdID,wdName,objNo,objName,objValue¬Global gBackupFileName, gAutoCompactSetting¬¬if wsGet(wdID,"4","Hilite") then¬ put wsGet(wdID,"BackupFileName","Text") into gBackupFileName¬else put empty into gBackupFileName¬put wsGet(wdID,"7","TextOfSelection") into gAutoCompactSetting¬--end mouseUp
ItemType: PUSH
Rect: 174,202,254,222
Name: Cancel
CancelItem: TRUE
AutoClose: TRUE
Balloon: Click here to exit without saving your changes.
ItemType: BOX
Rect: 14,52,347,117
BlackColor: 26214,26214,26214
Pen: White
ItemType: CHK
Rect: 18,68,196,80
TextFont: Geneva
TextSize: 9
WhiteColor: -8739,-8739,-8739
Name: Keep a back-up copy of ComicBase
Hilite: TRUE
Balloon: Checking this option makes ComicBase keep a back-up copy whenever you quit. ¬¬This is STRONGLY recommended, as it saves you from any random mishaps (crashes, power failures) that may damage ComicBase and make it unreadable.
Script: --on mouseUp wdID,wdName,objNo,objName,objValue¬Global gBackupFileName¬¬set the itemDelimiter to ":"¬put the last item of gBackupFileName into lastBackupName¬if lastBackupName is empty then put "ComicBase Backup" into lastBackupName¬set the itemDelimiter to ","¬¬if wsGet(wdID,"3","Hilite") then¬ ask file "Save back-up file as:" with lastBackupName¬ wsSend "Preferences",0,"BringToFront"¬wsSend wdID,0,"DoUpdate"¬ if it <> empty then¬ wsSet wdID,"BackupFileName","Text",it¬ else -- No file name selected¬ wsSet wdID,"3","Hilite","False"¬ end if¬else¬ wsSet wdID,"BackupFileName","Text",""¬end if¬--end mouseUp
ItemType: TEXT
Rect: 18,87,338,111
TextFont: Geneva
TextSize: 9
AutoSize: FALSE
Name: BackupFileName
WhiteColor: -8739,-8739,-8739
ItemType: LBL
Rect: 13,17,187,29
TextFont: Geneva
TextSize: 9
TextStyle: Bold
WhiteColor: -8739,-8739,-8739
Text: Compact/Verify When Quitting:
Balloon: Choose when you would like ComicBase to automatically compact & verify itself from this list. This ensures that ComicBase is in good condition (important before saving a backup) and frees up unused disk space.
ItemType: POP
Rect: 185,18,347,31
TextFont: Geneva
TextSize: 9
AutoSize: FALSE
Name: WhenToCompactPop
Text: Always¬When unused space > 5%¬When unused space > 10%¬When unused space > 20%
ItemType: PUSH
Rect: 234,66,337,82
TextFont: Geneva
TextSize: 9
Name: Change Location…
Script: --on mouseUp wdID,wdName,objNo,objName,objValue¬Global gBackupFileName¬¬set the itemDelimiter to ":"¬put the last item of gBackupFileName into lastBackupName¬if lastBackupName is empty then put "ComicBase Backup" into lastBackupName¬set the itemDelimiter to ","¬¬ask file "Save back-up file as:" with lastBackupName¬wsSend "Preferences",0,"BringToFront"¬wsSend wdID,0,"DoUpdate"¬if it <> empty then¬ wsSet wdID,"BackupFileName","Text",it¬else -- No file name selected¬ wsSet wdID,"3","Hilite","False"¬end if¬--end mouseUp
ItemType: BOX
Rect: 13,51,346,116
BlackColor: 26214,26214,26214
ItemType: LBL
Rect: 20,130,99,142
TextFont: Geneva
TextSize: 9
TextStyle: Bold
Text: Issue Listings
ItemType: BOX
Rect: 14,138,347,176
BlackColor: 26214,26214,26214
Pen: White
ItemType: CHK
Rect: 19,154,162,166
TextFont: Geneva
TextSize: 9
WhiteColor: -8739,-8739,-8739
Name: Include Writer Information
Hilite: TRUE
Balloon: Checking this option makes ComicBase show artist information (when available) in the main issue view and other issue lists. The drawback to doing this is that it may crowd the display.
ItemType: CHK
Rect: 173,155,314,167
TextFont: Geneva
TextSize: 9
WhiteColor: -8739,-8739,-8739
Name: Include Artist Information
Hilite: TRUE
Balloon: Checking this option makes ComicBase show writer information (when available) in the main issue view and other issue lists. The drawback to doing this is that it may crowd the display.